Reports for WinForms
IndexEntry コンストラクタ(String,IndexEntryOccurrence[])

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス > IndexEntry コンストラクタ : IndexEntry コンストラクタ(String,IndexEntryOccurrence[])
現在のインデックスエントリの Captionに割り当てられる文字列。
このインデックスエントリの Occurrencesコレクションに追加される1つまたは複数の IndexEntryOccurrenceオブジェクト。
IndexEntryクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal caption As System.String, _
   ByVal ParamArray occurrences() As IndexEntryOccurrence _
)
public IndexEntry( 
   System.string caption,
   params IndexEntryOccurrence[] occurrences
)

パラメータ

caption
現在のインデックスエントリの Captionに割り当てられる文字列。
occurrences
このインデックスエントリの Occurrencesコレクションに追加される1つまたは複数の IndexEntryOccurrenceオブジェクト。
参照

IndexEntry クラス
IndexEntry メンバ
オーバーロード一覧